From: Andy Yan Date: Sun, 4 Sep 2016 08:33:10 +0000 (+0800) Subject: ARM: dts: rockchip: enable usbotg for Popemtal-rk3288 board X-Git-Tag: archive/raspbian/4.9.13-1+rpi1~10^2~1408^2~17^2~2 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=5eb3fcf341f673de111fd88b867b411ff31c63ea;p=linux-4.9.git ARM: dts: rockchip: enable usbotg for Popemtal-rk3288 board Enable USB OTG port on RK3288 Popmetal board, So we can run some usb gadget functions like Android adb on this board. Signed-off-by: Andy Yan Signed-off-by: Heiko Stuebner --- diff --git a/arch/arm/boot/dts/rk3288-popmetal.dts b/arch/arm/boot/dts/rk3288-popmetal.dts index dda8d259bb6d..acb0b1013a6c 100644 --- a/arch/arm/boot/dts/rk3288-popmetal.dts +++ b/arch/arm/boot/dts/rk3288-popmetal.dts @@ -525,3 +525,7 @@ &usbphy { status = "okay"; }; + +&usb_otg { + status = "okay"; +};